home *** CD-ROM | disk | FTP | other *** search
-
- Error:
- subq.w #1,d0
- move.l error_table(PC,d0.w*4),-(sp)
- move.w #9,-(sp)
- trap #1
- addq #6,sp
-
- Crawcin
- jmp Error_Quit
-
-
- *------------------------------------------------------*
- error_table:
- dc.l error1
- dc.l error2
- dc.l error3
- dc.l error4
-
- *------------------------------------------------------*
- Section Data
- *------------------------------------------------------*
-
- error1: dc.b 'Unable to open WAD file!',13,10,0
- error2: dc.b 'Insufficient Memory!',13,10,0
- error3: dc.b 'This is not a valid WAD file!',13,10,0
- error4: dc.b 'Usage [doom.ttp] [filename.wad] [levelcode] ',13,10,0
-
- *------------------------------------------------------*
- Section Text
- *------------------------------------------------------*
-